/*通用样式*/
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img,span,i,em,b,div,a,input{margin:0;padding:0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a{text-decoration:none;color: #000;}
ul,li{list-style:none;}
img{border:none; vertical-align: middle; max-width: 100%; height:auto;}
body{font-size:12px;font-family:"微软雅黑";}
i,em{font-style:normal ;}
body,html{height: 100%;  margin: 0 auto;}
input,select{outline: none; font-family: '微软雅黑'}
input{-webkit-appearance:none;border-radius:0;}
select{ appearance:none;
-moz-appearance:none;
-webkit-appearance:none;}
::-webkit-scrollbar {display: none;} 
.clearBoth{
	clear: both;
	overflow: hidden;
}
.fl{float: left;}
.fr{float: right;}
